projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1a5743
)
Add local variable list to turn off cl-function warnings.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 7 Dec 2002 21:34:00 +0000
(21:34 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 7 Dec 2002 21:34:00 +0000
(21:34 +0000)
lisp/emacs-lisp/cl-macs.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/cl-macs.el
b/lisp/emacs-lisp/cl-macs.el
index ddc0572ad52e1ed3004245364f9bef0aa40c95c2..63be5bcb6128ab144d74a35185a1a6f0d2fa1cb8 100644
(file)
--- a/
lisp/emacs-lisp/cl-macs.el
+++ b/
lisp/emacs-lisp/cl-macs.el
@@
-2645,4
+2645,8
@@
surrounded by (block NAME ...).
(run-hooks 'cl-macs-load-hook)
+;;; Local variables:
+;;; byte-compile-warnings: (redefine callargs free-vars unresolved obsolete noruntime)
+;;; End:
+
;;; cl-macs.el ends here